feat: add empty state panels to paper detail sub-pages#792
Merged
thostetler merged 1 commit intoadsabs:masterfrom Feb 10, 2026
Merged
feat: add empty state panels to paper detail sub-pages#792thostetler merged 1 commit intoadsabs:masterfrom
thostetler merged 1 commit intoadsabs:masterfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #792 +/- ##
========================================
+ Coverage 61.3% 61.4% +0.2%
========================================
Files 307 306 -1
Lines 35535 35478 -57
Branches 1553 1556 +3
========================================
+ Hits 21761 21766 +5
+ Misses 13738 13676 -62
Partials 36 36
🚀 New features to boost your workflow:
|
752a6b6 to
6dd355d
Compare
Add informative empty state panels to paper detail sub-pages when no results are available. Previously users saw a blank page when navigating directly to pages like /abs/xxx/citations via shared link or bookmark. - New EmptyStatePanel component in src/components/Feedbacks/ - Applied to citations, references, coreads, similar, toc, credits, mentions - Card-style display with title, description, and Back to Abstract button - Simplified page implementations: removed ramda, cleaned up unused code - Unified error handling with StandardAlertMessage
6dd355d to
860dd86
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds empty state panels to paper detail sub-pages when no results are
available.
When users navigate directly to pages like /abs/xxx/citations via shared link or bookmark,
they previously saw a blank page. Now they see a card with an explanation and navigation
options.